-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[rb] Move information examples #1826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rb] Move information examples #1826
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @aguspe !
…to rb_move_information_examples
@harsha509 I can see that the selenium manager examples are failing on mac and windows stable but I cannot reproduce that failure locally, I will investigate more the upcoming days but is not related to this PR |
HI @aguspe, |
* Move information examples * Tests updated --------- Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com> 3d5a027
User description
Description
This PR focuses on moving all the ruby information examples into the relevant spec file: https://www.selenium.dev/documentation/webdriver/elements/information/
Motivation and Context
It's important to make our examples easier to maintain and to have them all as running tests
Types of changes
Checklist
PR Type
Enhancement, Documentation
Description
information_spec.rb
.Changes walkthrough 📝
information_spec.rb
Add RSpec tests for element information
examples/ruby/spec/elements/information_spec.rb
size, CSS value, text, and attribute value.
information.en.md
Update Ruby code examples to link to RSpec tests
website_and_docs/content/documentation/webdriver/elements/information.en.md
RSpec tests.
information.ja.md
Update Ruby code examples to link to RSpec tests
website_and_docs/content/documentation/webdriver/elements/information.ja.md
RSpec tests.
information.pt-br.md
Update Ruby code examples to link to RSpec tests
website_and_docs/content/documentation/webdriver/elements/information.pt-br.md
RSpec tests.
information.zh-cn.md
Update Ruby code examples to link to RSpec tests
website_and_docs/content/documentation/webdriver/elements/information.zh-cn.md
RSpec tests.